home *** CD-ROM | disk | FTP | other *** search
/ Mega Doom 1 / Mega Doom 1.iso / utils / doomit / doomit.bat < prev    next >
DOS Batch File  |  1994-05-18  |  181b  |  16 lines

  1. @echo off
  2. DMLOAD
  3. IF EXIST DTEMP.BAT GOTO RUNDM
  4. GOTO XIT
  5.  
  6. :RUNDM
  7. CALL DTEMP.BAT
  8. DEL DTEMP.BAT
  9.  
  10. :XIT
  11. echo  
  12. echo  
  13. echo Thank You for Using DOOM-IT Version 2.1
  14. echo  
  15.  
  16.